EditField.DataSource

The DataControl that references a table in a database whose fields are displayed using EditFields (TableName as String). If assigned in code, you use the Name property of a DataControl.

Syntax

DataSource( DataControl ) as


Parameters

DataControl


Notes

Use the DataField property to link each field to be displayed to an EditField. In the IDE, a popup menu of field names will appear.